home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
misc
/
libguide
/
mydevice.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-01-25
|
345b
|
15 lines
/* Library Check on a selected volume
V2.0- 10/03/98 - © Age*/
if ~show('L',"rexxreqtools.library") then addlib('rexxreqtools.library',0,-30,0)
Volume = rtfilerequest(,,"Pick a Volume",,"rtfi_volumerequest=vreqf_noassigns")
IF Volume = "" then do
address command '"SetEnv" dev='0
exit
END
address command '"SetEnv" dev='Volume
Exit